filechooser: Document the response.activate action
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 02:19:59 +0000 (22:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 02:40:10 +0000 (22:40 -0400)
gtk/gtkfilechooserdialog.c

index 9eebd2dae08c20c2364432d17b8c537c45f214e4..6870bccb1cec111200ef73f2d72915ebdbd338bf 100644 (file)
@@ -304,6 +304,11 @@ gtk_file_chooser_dialog_class_init (GtkFileChooserDialogClass *class)
   gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserDialog, buttons);
   gtk_widget_class_bind_template_callback (widget_class, response_cb);
 
+  /**
+   * GtkFileChooserDialog|response.activate:
+   *
+   * Activate the default response of the dialog.
+   */
   gtk_widget_class_install_action (widget_class, "response.activate", NULL, gtk_file_chooser_dialog_activate_response);
 }